--- /dev/null
+From: Simon McVittie <smcv@debian.org>
+Date: Tue, 25 Aug 2020 10:42:40 +0100
+Subject: docs: Don't build Yelp manual for bundled gtk-doc subproject
+
+This adds dependencies that would otherwise be unnecessary.
+
+Forwarded: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2475
+Signed-off-by: Simon McVittie <smcv@debian.org>
+---
+ docs/reference/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/reference/meson.build b/docs/reference/meson.build
+index 1654463..905af97 100644
+--- a/docs/reference/meson.build
++++ b/docs/reference/meson.build
+@@ -7,7 +7,7 @@ if get_option('gtk_doc')
+ # for the time being
+ dependency('gtk-doc', version: '>=1.99',
+ fallback: ['gtk-doc', 'dummy_dep'],
+- default_options: ['tests=false'])
++ default_options: ['tests=false', 'yelp_manual=false'])
+
+ glib_prefix = dependency('glib-2.0').get_pkgconfig_variable('prefix')
+ glib_docpath = join_paths(glib_prefix, 'share', 'gtk-doc', 'html')
cloudprint-Fix-redundant-declarations.patch
roaring.-ch-Add-attribution-and-licensing-information.patch
Include-a-copy-of-the-Apache-license.patch
+docs-Don-t-build-Yelp-manual-for-bundled-gtk-doc-subproje.patch